home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 076-100 / disk_077 / ded.doc / read.me < prev   
Text File  |  1992-05-06  |  2KB  |  33 lines

  1. Ded was originally written for CP/M-80 systems. File 'ded.doc' is a
  2. description of that version. The version for the Amiga is different in
  3. the following ways:
  4.  
  5.     - the program to configure Ded for different key bindings has not
  6.     yet been ported. Thus, you are currently stuck with the bindings
  7.     described in 'CommandList'.
  8.  
  9.     - the ability to handle multiple windows on the screen has been
  10.     added. The only documentation for these new commands is their
  11.     presence in the command list. Most of them are pretty
  12.     straightforward, however. Note that Ded cannot currently handle
  13.     having multiple windows into the same buffer.
  14.  
  15.     - file I/O in Ded is currently a bit slow. This is because it uses
  16.     Draco's I/O system in a portable way, and that I/O system is
  17.     produced by the current compiler and so isn't very efficient.
  18.     The big cost is the register save/restore on procedure entry/
  19.     exit.
  20.  
  21.     - Ded's use of the Amiga screen is via my CRT library. This results
  22.     in quite fast screen updates, scrolling, etc. I usually run Ded
  23.     in the background and use the window forground/background
  24.     gadgets to switch between Ded's window and the AmigaDOS window.
  25.     The window sizing gadget is present, but Ded doesn't know about
  26.     it, so don't touch it (Ded won't crash or anything, but it
  27.     doesn't understand about it's "screen" changing size). If you do
  28.     fiddle with it use ESC-r to redraw the screen.
  29.  
  30.     - Ded currently doesn't handle lines longer than it can display on
  31.     the screen. This is currently 79 characters. I know how to fix
  32.     this fairly easily, but haven't done it yet.
  33.